From 7dbf580797041e1d913433f3671ce2c95a5eac89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Torsten=20Sch=C3=B6nfeld?= Date: Mon, 11 Aug 2008 19:54:07 +0000 Subject: [PATCH] Fix the Since: tag of GtkCalendarDetailFunc to correctly state 2.14, not 2.16. svn path=/trunk/; revision=21077 --- ChangeLog | 5 +++++ gtk/gtkcalendar.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 57994f1158..9de9070497 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-11 Torsten Schoenfeld + + * gtk/gtkcalendar.h: Fix the Since: tag of GtkCalendarDetailFunc + to correctly state 2.14, not 2.16. + 2008-08-11 Sven Neumann * demos/gtk-demo/changedisplay.c diff --git a/gtk/gtkcalendar.h b/gtk/gtkcalendar.h index 840e320f00..76dd002724 100644 --- a/gtk/gtkcalendar.h +++ b/gtk/gtkcalendar.h @@ -91,7 +91,7 @@ typedef enum * specified day. Examples for such details are holidays or appointments. The * function returns %NULL when no information is available. * - * Since: 2.16 + * Since: 2.14 * * Return value: Newly allocated string with Pango markup with details * for the specified day, or %NULL. -- 2.30.2